Skip to content

feat: add support of non visible backdrop to the experimental Dialog #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

AlanFnz
Copy link
Member

@AlanFnz AlanFnz commented May 9, 2025

What

This PR introduces an optional invisible backdrop mode for the experimental Dialog component

Media

dialog-invisible-backdrop

Why

To comply to the design specs of the Dispatcher Tool GTC screen

How

Added an isBackdropVisible boolean prop to the Dialog component that when set to false, it renders a transparent backdrop with CSS pointer-events: none to allow interaction with underlying content while maintaining dialog functionality

@AlanFnz AlanFnz requested review from shiba-codes and lloydaf May 9, 2025 12:52
@AlanFnz AlanFnz self-assigned this May 9, 2025
@AlanFnz AlanFnz force-pushed the SUP-48019/experimental-dialog-invisible-backdrop branch from 595118e to c56554a Compare May 9, 2025 13:07
@AlanFnz AlanFnz merged commit 8f106d1 into freenowtech:main May 12, 2025
5 checks passed
github-actions bot pushed a commit that referenced this pull request May 12, 2025
## [2.32.0](v2.31.2...v2.32.0) (2025-05-12)

### Features

* add support of non visible backdrop to the experimental Dialog component ([#535](#535)) ([8f106d1](8f106d1))
Copy link
Contributor

🎉 This PR is included in version 2.32.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants